tools/xenstore: introduce node_perms structure
authorJuergen Gross <jgross@suse.com>
Thu, 11 Jun 2020 14:12:44 +0000 (16:12 +0200)
committerHans van Kranenburg <hans@knorrie.org>
Tue, 15 Dec 2020 11:28:46 +0000 (12:28 +0100)
commitff1832016ae3b187b2246672ce14cbe3c06273dc
tree32c07cad56aecc29984ad13669542901631fce3b
parent8ceee2bf02bdd4496005e814e3319d48c6021491
tools/xenstore: introduce node_perms structure

There are several places in xenstored using a permission array and the
size of that array. Introduce a new struct node_perms containing both.

This is part of XSA-115.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Paul Durrant <paul@xen.org>
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_core.h
tools/xenstore/xenstored_domain.c